home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / windows / winmem / winmem.doc < prev    next >
Encoding:
Text File  |  1986-07-22  |  728 b   |  17 lines

  1. WinMem is just a little window to monitor Windows free global memory.
  2. Each set of messages to it, e.g. by moving the pointer in the WinMem
  3. window, it compacts memory and reports largest single block free, and
  4. total free.
  5.  
  6. Note that WinMem correctly reports the memory actually available to
  7. the program (up to 100) memory fragments.  HeapWalker often seems to
  8. report 6-8k more than is actually available.  Don't know why.
  9.  
  10. If "Er" appears in the window, discontinue using WinMem, as some
  11. allocation or deallocation error has occurred.    Or a program limit has
  12. been exceeded, such as fragmentation beyond 100 non-contiguous locked
  13. blocks.
  14.  
  15. Simple but handy for multi-tasking checkouts, along with Shaker of
  16. course.
  17.